application portability meaning in English
应用程序移植
Examples
- It is important that developers adhere to the best programming practices in order to enable application portability
重要的是,开发人员应该遵循最佳的编程实践来启用应用程序的可移植性。 - Opencryptoki provides application portability by isolating the application from the details of the cryptographic device
Opencryptoki通过将应用程序从密码设备细节的分离来提供应用程序的可移植性。 - Although some vendors provide a session recovery feature to account for this , it is not standard , so reliance on this feature can reduce application portability
尽管一些供应商提供了会话恢复功能以解决这个问题,但它不是标准的,因此依赖该功能会降低应用程序的可移植性。 - In this article , we have examined and presented recommended ways for using jsse with an emphasis on how to maintain application portability by avoiding the hardcoding of jsse implementation - specific constructs
在本文中,我们检验并且提出了使用jsse的推荐方法,着重强调怎样通过避免对jsse实现所特有的结构进行硬编码来维护应用程序的可移植性。 - You can also hardcode these properties in your application , as shown in the example below , but this is not a good practice , since it has the potential of limiting your application portability besides needing to browse your code to determine the values of these properties
您也可以在您的应用程序中对这些属性进行硬编码,如下面的实例所示,但这并不是一个好的做法,因为除了需要通过浏览您的代码来确定这些属性值之外,它还潜在地限制了您应用程序的可移植性: